home *** CD-ROM | disk | FTP | other *** search
/ Creating Your Own America Online Web Pages / Creating Your Own America Online Web Pages.iso / TOOLS / TEX2RTF / SOURCES.ZIP / SRC / WXWIN / WXHLPBLK.H < prev   
Encoding:
C/C++ Source or Header  |  1993-11-29  |  762 b   |  26 lines

  1. /*
  2.  * wxhlpblk.h
  3.  * Text blocks used in wxHelp
  4.  *
  5.  */
  6.  
  7. #ifndef wxhlpblkh
  8. #define wxhlpblkh
  9.  
  10. #define hyBLOCK_NORMAL                      1
  11. #define hyBLOCK_RED                         2
  12. #define hyBLOCK_BLUE                        3
  13. #define hyBLOCK_GREEN                       4
  14. #define hyBLOCK_LARGE_HEADING               5
  15. #define hyBLOCK_SMALL_HEADING               6
  16. #define hyBLOCK_ITALIC                      7
  17. #define hyBLOCK_BOLD                        8
  18. #define hyBLOCK_INVISIBLE_SECTION           9
  19. #define hyBLOCK_LARGE_VISIBLE_SECTION       10
  20. #define hyBLOCK_SMALL_VISIBLE_SECTION       11
  21. #define hyBLOCK_SMALL_TEXT                  12
  22. #define hyBLOCK_RED_ITALIC                  13
  23. #define hyBLOCK_TELETYPE                    14
  24.  
  25. #endif // wxhlpblkh
  26.